Android Weekly

Newsletter Image

Messages

1/20/2023
4 : 14

Android Weekly #553 🤖

View in web browser 553 January 15th, 2023 Articles & Tutorials Celebrating the release of Android Studio Electric Eel Roger Hu examines a small announcement tucked away in the Android Studio
1/8/2023
17 : 4

Android Weekly #552 🤖

View in web browser 552 January 8th, 2023 Android Weekly Updates Android Weekly x Mastodon We followed thousands of Android developers to the Android dev Mastodon server. So if you are on Mastodon, say
1/1/2023
17 : 4

Android Weekly #551 ✨🤖

View in web browser 551 January 1st, 2023 Articles & Tutorials Be careful when converting Flow to LiveData Arkadiusz Chmura shows a potential problem we might encounter when interoperating between
12/25/2022
18 : 44

Android Weekly #550 🤖🎄

View in web browser 550 December 25th, 2022 Android Weekly Updates Android Weekly Stickers Official Android Weekly sticker packs and individual stickers, handmade by one of our co-founders. Android
12/18/2022
17 : 14

Android Weekly #549 🤖

View in web browser 549 December 18th, 2022 Android Weekly Updates Android Weekly x Mastodon We followed thousands of Android developers to the Android dev Mastodon server. So if you are on Mastodon,
12/11/2022
17 : 4

Android Weekly #548 🤖

View in web browser 548 December 11th, 2022 Articles & Tutorials How to set up UI testing on CI In this article, Dmytro Shuba shares the key aspects of setting up UI testing on CI. Sponsored The
12/4/2022
17 : 4

Android Weekly #547 🤖

View in web browser 547 December 4th, 2022 Android Weekly Updates Android Weekly x Mastodon We followed thousands of Android developers to the Android dev Mastodon server. So if you are on Mastodon,
11/27/2022
17 : 4

Android Weekly #546 🤖

View in web browser 546 November 27th, 2022 Android Weekly Updates Android Weekly x Mastodon We followed thousands of Android developers to the Android dev Mastodon server. So if you are on Mastodon,
11/20/2022
17 : 4

Android Weekly #545 🫡 🤖

View in web browser 545 November 20th, 2022 Android Weekly Updates Android Weekly x Mastodon We followed thousands of Android developers to the Android dev Mastodon server. So if you are on Mastodon,
11/13/2022
17 : 4

Android Weekly #544 🤖

View in web browser 544 November 13th, 2022 Android Weekly Updates We are now on Mastodon We've followed thousands of Android developers to the Android dev Mastodon server. So if you are on
11/6/2022
17 : 4

Android Weekly #543 🤖

View in web browser 543 November 6th, 2022 Articles & Tutorials Mastering Kotlin Coroutines This article by Amit Shekhar is for anyone who is curious about the Kotlin Coroutines but has no idea
10/30/2022
17 : 4

Android Weekly #542 🤖

View in web browser 542 October 30th, 2022 Articles & Tutorials From zero to 10 million lines of Kotlin Omer Strulovich shares lessons learned shifting Meta's Android development from millions
10/23/2022
16 : 4

Android Weekly #541 🤖

View in web browser 541 October 23rd, 2022 Articles & Tutorials Building a Budget Tracker with Jetpack Compose Victor Brandalise used Google Sheets to keep track of my income/expenses, so he built
10/16/2022
16 : 4

Android Weekly #540 🤖

View in web browser 540 October 16th, 2022 Articles & Tutorials Introducing KMMBridge For Teams Touchlab announces KMMBridge, part of Touchlab's new Faktory tooling suite. This set of build
10/9/2022
16 : 4

Android Weekly #539 🤖

View in web browser 539 October 9th, 2022 Articles & Tutorials Application-as-a-Function Thinking Dorian Cussen provides some food for thought and introduces readers the notion of application
10/2/2022
16 : 4

Android Weekly #538 🤖

View in web browser 538 October 2nd, 2022 Articles & Tutorials Custom shaped backgrounds for text Nikita Afonasov shows how to create a custom shape background for text in your Android apps, with
9/25/2022
16 : 4

Android Weekly #537 🤖

View in web browser 537 September 25th, 2022 Articles & Tutorials Triggering Alarms Tutorial for Android Denis Buketa teaches how to set up alarms in your Android apps using the AlarmManager API,
9/18/2022
16 : 24

Android Weekly #536 🤖

View in web browser 536 September 18th, 2022 Articles & Tutorials Introduction to Interfaces in Kotlin Dave Leed's introductory dive into interfaces, which allow objects to have more than one
9/11/2022
16 : 4

Android Weekly #535 🤖

View in web browser 535 September 11th, 2022 Articles & Tutorials How to automate your UI testing using Maestro This tutorial by Alex Styl will teach you how to setup Maestro on your machine, in
9/4/2022
16 : 4

Android Weekly #534 🤖

View in web browser 534 September 4th, 2022 Articles & Tutorials Exploring Data Store — A New Way of Storing Data in Android If you're currently using SharedPreferences to store data, Hardik